[INFO] fetching crate clack-plugin 0.1.0...
[INFO] fixing clack-plugin-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate clack-plugin 0.1.0 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate clack-plugin 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate clack-plugin 0.1.0
[INFO] tweaked toml for crates.io crate clack-plugin 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate clack-plugin 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate clack-plugin 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded clap-sys v0.5.0
[INFO] [stderr]   Downloaded clack-common v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cab02e77a75c1e7d6467ce15892bc9b3cc8ee3ea9661970abca697943bd7f9b9
[INFO] running `Command { std: "docker" "start" "cab02e77a75c1e7d6467ce15892bc9b3cc8ee3ea9661970abca697943bd7f9b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cab02e77a75c1e7d6467ce15892bc9b3cc8ee3ea9661970abca697943bd7f9b9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cab02e77a75c1e7d6467ce15892bc9b3cc8ee3ea9661970abca697943bd7f9b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cab02e77a75c1e7d6467ce15892bc9b3cc8ee3ea9661970abca697943bd7f9b9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking clap-sys v0.5.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]     Checking clack-common v0.1.0
[INFO] [stderr]     Checking clack-plugin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `clack_host` in this scope
[INFO] [stdout]   --> src/process/audio.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use clack_host::prelude::*;
[INFO] [stdout]    |         ^^^^^^^^^^ use of unresolved module or unlinked crate `clack_host`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `clack_host`, use `cargo add clack_host` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]   --> src/process/audio.rs:26:30
[INFO] [stdout]    |
[INFO] [stdout] 26 |         input_ports: &'a mut AudioPorts,
[INFO] [stdout]    |                              ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]   --> src/process/audio.rs:27:31
[INFO] [stdout]    |
[INFO] [stdout] 27 |         output_ports: &'a mut AudioPorts,
[INFO] [stdout]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AudioPortBuffer` in this scope
[INFO] [stdout]   --> src/process/audio.rs:29:61
[INFO] [stdout]    |
[INFO] [stdout] 29 |         let input_buffers = input_ports.with_input_buffers([AudioPortBuffer {
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `AudioPortBuffer` in this scope
[INFO] [stdout]   --> src/process/audio.rs:36:64
[INFO] [stdout]    |
[INFO] [stdout] 36 |         let output_buffers = output_ports.with_output_buffers([AudioPortBuffer {
[INFO] [stdout]    |                                                                ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPortBufferType` in this scope
[INFO] [stdout]   --> src/process/audio.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 31 |             channels: AudioPortBufferType::f32_input_only(
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^ use of undeclared type `AudioPortBufferType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InputChannel` in this scope
[INFO] [stdout]   --> src/process/audio.rs:32:36
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 ins.iter_mut().map(InputChannel::variable),
[INFO] [stdout]    |                                    ^^^^^^^^^^^^ use of undeclared type `InputChannel`
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 32 |                 ins.iter_mut().map(InputChannels::variable),
[INFO] [stdout]    |                                                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPortBufferType` in this scope
[INFO] [stdout]   --> src/process/audio.rs:38:23
[INFO] [stdout]    |
[INFO] [stdout] 38 |             channels: AudioPortBufferType::f32_output_only(
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^ use of undeclared type `AudioPortBufferType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]   --> src/process/audio.rs:57:31
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let mut input_ports = AudioPorts::with_capacity(2, 1);
[INFO] [stdout]    |                               ^^^^^^^^^^ use of undeclared type `AudioPorts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]   --> src/process/audio.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |         let mut output_ports = AudioPorts::with_capacity(2, 1);
[INFO] [stdout]    |                                ^^^^^^^^^^ use of undeclared type `AudioPorts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]   --> src/process/audio.rs:93:31
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let mut input_ports = AudioPorts::with_capacity(2, 1);
[INFO] [stdout]    |                               ^^^^^^^^^^ use of undeclared type `AudioPorts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]   --> src/process/audio.rs:94:32
[INFO] [stdout]    |
[INFO] [stdout] 94 |         let mut output_ports = AudioPorts::with_capacity(2, 1);
[INFO] [stdout]    |                                ^^^^^^^^^^ use of undeclared type `AudioPorts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]    --> src/process/audio.rs:127:31
[INFO] [stdout]     |
[INFO] [stdout] 127 |         let mut input_ports = AudioPorts::with_capacity(2, 1);
[INFO] [stdout]     |                               ^^^^^^^^^^ use of undeclared type `AudioPorts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]    --> src/process/audio.rs:128:32
[INFO] [stdout]     |
[INFO] [stdout] 128 |         let mut output_ports = AudioPorts::with_capacity(2, 1);
[INFO] [stdout]     |                                ^^^^^^^^^^ use of undeclared type `AudioPorts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]    --> src/process/audio.rs:176:31
[INFO] [stdout]     |
[INFO] [stdout] 176 |         let mut input_ports = AudioPorts::with_capacity(2, 1);
[INFO] [stdout]     |                               ^^^^^^^^^^ use of undeclared type `AudioPorts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AudioPorts` in this scope
[INFO] [stdout]    --> src/process/audio.rs:177:32
[INFO] [stdout]     |
[INFO] [stdout] 177 |         let mut output_ports = AudioPorts::with_capacity(2, 1);
[INFO] [stdout]     |                                ^^^^^^^^^^ use of undeclared type `AudioPorts`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clack-plugin` (lib test) due to 16 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cab02e77a75c1e7d6467ce15892bc9b3cc8ee3ea9661970abca697943bd7f9b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cab02e77a75c1e7d6467ce15892bc9b3cc8ee3ea9661970abca697943bd7f9b9", kill_on_drop: false }`
[INFO] [stdout] cab02e77a75c1e7d6467ce15892bc9b3cc8ee3ea9661970abca697943bd7f9b9
